Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 19, 2025

Bumps python-cas from 1.6.0 to 1.7.1.

Release notes

Sourced from python-cas's releases.

1.7.1

  • Removed dependency on six

1.7.0

What’s Changed

Changelog

Sourced from python-cas's changelog.


Changelog


Listed are the high-level, notable changes for python-cas release. Backwards incompatible changes or other upgrade issues are also described here. For additional detail, read the complete commit history_.

python-cas 1.0.0 [2015-6-17]

  • Factored out python-cas library from django-cas-ng_ Django app.

python-cas 1.1.0 [2015-11-08]

  • port changes form django-cas-ng.
  • copied test from django-cas-ng.
  • more syncing of cas code with that in django-cas-ng
  • add SAML single logout to CAS v3
  • synced the protocol part with django-cas-ng in hope to use this library in django-cas-ng
  • allowed to customize name of logout redirect url parameter
  • base cas client with SAML on CASClientV2

python-cas 1.2.0 [2016-11-06]

  • Replace urllib2 calls with requests to avoid SNI issues
  • In SAMLV1.1, the user username is within NameIdentifier tags

.. _commit history: https://github.com/python-cas/python-cas/commits .. _django-cas-ng: https://github.com/mingchen/django-cas-ng

python-cas 1.3.0 [2018-08-02]

  • Improve CASv2 XML parsing when response is not standard
  • Update URL suffix for CAS v3 serviceValidate
  • Add method verify_logout_request
  • Add lxml to setup.py

python-cas 1.4.0 [2018-10-09]

  • Add kwarg verify_ssl_certificate to bypass SSL certificate validation

python-cas 1.5.0 [2020-01-30]

  • PR-17: Test and document support for all modern Python versions
  • PR-18: Distribute package as a universal Python Wheel
  • PR-20: README: Link to python.org using HTTPS

... (truncated)

Commits
  • cfde7b2 Merge pull request #67 from python-cas/release-1.7.1
  • 2aa69ce 🔖 release version 1.7.1
  • 13c0c50 Merge pull request #66 from python-cas/nikolas-patch-5
  • 318e7c1 Merge pull request #65 from python-cas/remove-six
  • 7b15ddf Update github actions versions
  • e420391 Remove six dependency
  • 959f899 Merge pull request #64 from python-cas/release-1.7.0
  • dc09fa6 🔖 release version 1.7.0
  • 71a179d Merge pull request #63 from python-cas/nikolas-patch-4
  • b7bd664 Add new python versions to tox
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [python-cas](https://github.com/python-cas/python-cas) from 1.6.0 to 1.7.1.
- [Release notes](https://github.com/python-cas/python-cas/releases)
- [Changelog](https://github.com/python-cas/python-cas/blob/master/docs/changelog.rst)
- [Commits](python-cas/python-cas@v1.6.0...v1.7.1)

---
updated-dependencies:
- dependency-name: python-cas
  dependency-version: 1.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 19, 2025
@ndittren ndittren merged commit 28b97fc into master Nov 19, 2025
4 checks passed
@ndittren ndittren deleted the dependabot/pip/python-cas-1.7.1 branch November 19, 2025 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants